home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 168 / MOBICLIC168.ISO / mac / DATA / GAM168 / GAM168_00 / GAM168_00.swf / scripts / frame_59 / PlaceObject2_144_31 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2014-10-17  |  306b  |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(_visible == 1)
  3.    {
  4.       if(_global.pauseOnMod == undefined)
  5.       {
  6.          if(getTimer() > _root["lifetimeStart" + type + num] + _root["lifetime" + type + num] + this.gTimePause)
  7.          {
  8.             _root.eteindrePerso(type,num);
  9.          }
  10.       }
  11.    }
  12. }
  13.